This test file is made to test math formulas with the MarkIt markup language.
All greek letters are available, majuscules and minuscules are available:
$%alpha$
:
$%beta$
:
$%gamma$
:
$%delta$
:
$%epsilon$
:
$%zeta$
:
$%eta$
:
$%theta$
:
$%iota$
:
$%kappa$
:
$%lambda$
:
$%mu$
:
$%nu$
:
$%xi$
:
$%omicron$
:
$%pi$
:
$%rho$
:
$%sigma$
:
$%tau$
:
$%upsilon$
:
$%phi$
:
$%khi$
:
$%psi$
:
$%omega$
:
$%ALPHA$
:
$%BETA$
:
$%GAMMA$
:
$%DELTA$
:
$%EPSILON$
:
$%ZETA$
:
$%ETA$
:
$%THETA$
:
$%IOTA$
:
$%KAPPA$
:
$%LAMBDA$
:
$%MU$
:
$%NU$
:
$%XI$
:
$%OMICRON$
:
$%PI$
:
$%RHO$
:
$%SIGMA$
:
$%TAU$
:
$%UPSILON$
:
$%PHI$
:
$%KHI$
:
$%PSI$
:
$%OMEGA$
:
For additions simply use the common sign :
$a + b$
:
Several additions in block mode with spaces in their writing
The same additions in block mode without spaces in their writing
The same operations in Inline mode
The first , the second,, the third .
For substraction simply use the common sign :
$a - b$
:
Several substractions in block mode with spaces in their writing
The same substractions in block mode without spaces in their writing
The same operations in Inline mode
The first , the second,, the third .
For multiplication you can use several signs :
$a * b$
:
$a times b$
:
$a cdot b$
:
Every multiplication must be described and no spaces are allowed. If you wish to replace a multiplication sign by a space, use a *
and use the appropriate document style option.
Several multiplications in block mode with spaces in their writing
The same multiplications in block mode without spaces in their writing
The same operations in Inline mode
and and and and and and and and
For division you can use several signs :
$a / b$
:
$a over b$
:
If you wish to replace a multiplication sign by a vertical division, use the appropriate document style option.
The same operations in Inline mode
and and and and and and and .
For exponent you can use the ^
sign :
$a ^ b$
:
It is possible to set priority to some parts by enclosing them with braces `{ … }`. These braces won't be shown in the document.
You can also set prioity by enclosing these parts with parenthesis ( ... )
. These parenthesis will be shown in the document.
This behaviour is the same with all functions and arrangements.
All standards functions are supported. You can enclose the content either with braces `{ … }` (not shown) either with parenthesis (adjusted to the height of the content)
sin{x} sin(x)
:
cos{x} cos(x)
:
tan{x} tan(x)
:
asin{x} asin(x)
:
acos{x} acos(x)
:
atan{x} atan(x)
:
You can show integrals by using the main command int
. Tou can complete the description of the integral by using the from
, to
and d
commands.
from a
:
Set the lower bound of the integral as a.
to b
:
Set the upper bound of the integral as b.
dx
:
Set the derivation variable as x (no space is required).
Bellow several kind of integral desciptions:
int x
:
int dx x
:
int from 1 d{x} x
:
int from u to v dx x
:
int from a to {b+c} d{x} {f(x)+g(x)}
:
It is possible to use integration brackets with a lower and upper bound to give more details to the integrations calculation.
$ lbrace 1 over b rbrace $
$ lparent 1 over b rparent $
You can show limits of functions by using the main command lim
. Tou can complete the description of the limit by using the as
and approach
commands together.
as a approach b
Set the variable and the limit it reach.
Bellow several kind of limits descriptions:
lim x
:
lim as x approach 0 sin(x)
:
lim as x approach 0 {1 over x}
:
lim as x approach infinity {1 over x}
:
To make an array, you can use the array
function an describe each array cell by separating them with #
. To create another line, use ##
and restart describing the new line.
An array is a simple tabular representation without parenthesis or lines.
$array(a # b # c ## d # e # f ## g # h # i)$
:
Matrix can be created the same way than arrays by using the matrix
function instead of array
. A matrix is an array representation surrounded by parenthesis
$matrix(a # b # c ## d # e # f ## g # h # i)$
:
You can also describe a determinant by using the det
function. A determinant is an array representation surrounded by vertical lines.
$det(a # b # c ## d # e # f ## g # h # i)$
:
The formula for the circumference of a circle is :
The formula for the circumference of a circle is : .
The formula for the volume of a sphere is :
The formula for the volume of a sphere is : .
The same formula in inline mode : .
The same formula in inline mode : .
The first : , the second : .
The first formula : , the second : .
The first : , the second : .